home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / visulztn / lise / minilise.lha / minilise / Aux_Config < prev    next >
Text File  |  1993-03-30  |  9KB  |  185 lines

  1. ; This Configuration file describes the Auxillary Hardware Configuration.
  2. ; It should be read by every program, which tries to acces any Auxillary
  3. ; Hardware via the IEC bus.
  4. ; Home directory of this file is /src/lise/
  5. ; A local version in any directory superseeds the default file!
  6. ;
  7. ; organization:
  8. ;
  9. ; Any word, which starts with a `:` in the first column is a Keyword for this
  10. ; particular device. Then follows in this order on the next lines:
  11. ;
  12. ; 1) The device file.
  13. ; 2) a program to be called in the event of an error
  14. ; 3) an error message to be printed in the event of an error
  15. ; 4) a filename, to which spurious output should be directed
  16. ; 5) some device dependent information.
  17. ;
  18. ; This definition is stopped by an `#` in the first column.
  19. ;
  20. ; Choose printer:
  21. ; 1- assign choosen printer as ":defaultprinter"
  22. ; 2- rename old defaultprinter
  23. ; 3- if printer is HP-Deskjet500 on AMIGA choose "/tmp/rcp_tmp" as device file (2nd line)
  24. ;    in other cases (printer connected directly to HP) choose "/dev/lpraw"
  25. ; 4- the lp command allways uses the HP-printer!
  26. ;
  27. :gfx0
  28.   ram:tekamiga.0                    ; graphic communication file
  29.   lise:fonts/litt.chr               ; primary vector font
  30.   20                                ; initial x size
  31.   20                                ; initial y size
  32.   lise:fonts/symb.chr               ; secondary vector font
  33.   6                                 ; initial x size
  34.   6                                 ; initial y size
  35.   128000                            ; size of vector buffer
  36.   HP_DeskJet_1                      ; name of printerdriver
  37. #
  38. :gfx1
  39.   ram:tekamiga.1                    ; graphic communication file
  40.   lise:fonts/litt.chr               ; primary vector font
  41.   20                                ; initial x size
  42.   20                                ; initial y size
  43.   lise:fonts/symb.chr               ; secondary vector font
  44.   6                                 ; initial x size
  45.   6                                 ; initial y size
  46.   0                                 ; size of vector buffer
  47.   HP_DeskJet_1                      ; name of printerdriver
  48. #
  49. :gfx2
  50.   ram:tekamiga.2                    ; graphic communication file
  51.   lise:fonts/litt.chr               ; primary vector font
  52.   20                                ; initial x size
  53.   20                                ; initial y size
  54.   lise:fonts/symb.chr               ; secondary vector font
  55.   6                                 ; initial x size
  56.   6                                 ; initial y size
  57.   0                                 ; size of vector buffer
  58.   HP_DeskJet_1                            ; name of printerdriver
  59. #
  60. :gfx3
  61.   ram:tekamiga.3                    ; graphic communication file
  62.   lise:fonts/litt.chr               ; primary vector font
  63.   20                                ; initial x size
  64.   20                                ; initial y size
  65.   lise:fonts/symb.chr               ; secondary vector font
  66.   6                                 ; initial x size
  67.   6                                 ; initial y size
  68.   0                                 ; size of vector buffer
  69.   HP_DeskJet_1                            ; name of printerdriver
  70. #
  71. :gfx4
  72.   ram:tekamiga.4                    ; graphic communication file
  73.   lise:fonts/litt.chr               ; primary vector font
  74.   20                                ; initial x size
  75.   20                                ; initial y size
  76.   lise:fonts/symb.chr               ; secondary vector font
  77.   6                                 ; initial x size
  78.   6                                 ; initial y size
  79.   0                                 ; size of vector buffer
  80.   HP_DeskJet_1                            ; name of printerdriver
  81. #
  82. :EpsonX
  83.   PAR:                              ; Epson compatible
  84.   echo PRINTER error >/dev/syscon    ; just print message on console window
  85.   PRINTER error
  86.   nil:
  87.   IGNORE                            ; optional command after printing (NET)
  88.   3                                 ; number of passes
  89.   1                                 ; number of dot image characters lsb msb
  90.   1800                              ; x_size printer
  91.   800                               ; y_size printer
  92.   \x1B@                             ; printer initialize
  93.   \x1BL                             ; printer double density grafic
  94.   \x1B3\x01\n                       ; initiate half dot line feed
  95.   \x1B3\x15\n                       ; initiate full line feed
  96.   \x1B@\x0C                         ; send after printing
  97. #
  98. :QuietJet_UX
  99.   /dev/lpraw                        ; HP Quiet Jet
  100.   echo PRINTER error >/dev/syscon   ; just print message on console window
  101.   PRINTER error
  102.   nil:
  103.   IGNORE                            ; optional command after printing (NET)
  104.   2                                 ; number of passes
  105.   2                                 ; HP Mode Raster graphic in rows
  106.   1800                              ; x_size printer
  107.   1200                              ; y_size printer
  108.   \x1B*t192R\x1B*rA                 ; select quad density graphics
  109.   \x1B*b225W                        ; printer double density grafic
  110.   \x00                              ; initiate half dot line feed
  111.   \x00                              ; initiate full line feed
  112.   \x1B*rB                           ; send after printing
  113. #
  114. :HP_DeskJet_1
  115.   PAR:                              ; HP DeskJet 500
  116.   echo PRINTER error >/dev/syscon   ; just print message on console window
  117.   PRINTER error
  118.   nil:
  119.   IGNORE                            ; optional command after printing (NET)
  120.   2                                 ; number of passes
  121.   3                                 ; HP DeskJet mode LandScape
  122.   3200                              ; x_size printer
  123.   2400                              ; y_size printer
  124.   \x1B*t300R\x1B*rA                 ; select quad density graphics
  125.   \x1B*b300W                        ; printer double density grafic
  126.   \x00                              ; initiate half dot line feed
  127.   \x00                              ; initiate full line feed
  128.   \x1B*rbC\x0c                      ; send after printing
  129. #
  130. :HP_DeskJet_2
  131.   PAR:                              ; HP DeskJet 500
  132.   echo PRINTER error >/dev/syscon   ; just print message on console window
  133.   PRINTER error
  134.   nil:
  135.   IGNORE                            ; optional command after printing (NET)
  136.   2                                 ; number of passes
  137.   2                                 ; HP QuietJet mode (DeskJet portrait)
  138.   2400                              ; x_size printer
  139.   1600                               ; y_size printer
  140.   \x1B*t300R\x1B*rA                 ; select quad density graphics
  141.   \x1B*b300W                        ; printer double density grafic
  142.   \x00                              ; initiate half dot line feed
  143.   \x00                              ; initiate full line feed
  144.   \x1B*rbC\x0c                      ; send after printing
  145. #
  146. :HP_DeskJet_NET
  147.   /tmp/rcp.tmp                      ; HP DeskJet 500
  148.   echo PRINTER error >/dev/syscon   ; just print message on console window
  149.   PRINTER error
  150.   nil:
  151.   /usr/bin/remote_print /tmp/rcp.tmp ; printing on Network
  152.   2                                 ; number of passes
  153.   3                                 ; HP DeskJet mode LandScape
  154.   3200                              ; x_size printer
  155.   2400                              ; y_size printer
  156.   \x1B*t300R\x1B*rA                 ; select quad density graphics
  157.   \x1B*b300W                        ; printer double density grafic
  158.   \x00                              ; initiate half dot line feed
  159.   \x00                              ; initiate full line feed
  160.   \x1B*rbC\x0c                      ; send after printing
  161. #
  162. :PostScript
  163.   ram:lise.ps                       ; Postscript output
  164.   echo PRINTER error >/dev/syscon   ; just print message on console window
  165.   PRINTER error
  166.   nil:
  167.   IGNORE                            ; optional command after printing (NET)
  168.   2                                 ; doesn't matter
  169.   10                                ; Identify Postscript
  170.   12                                ; x_factor (int / 100)
  171.   12                                ; y_factor (int / 100)
  172. #
  173. :Plotter
  174.   plt:                              ; HP-GL output
  175.   echo PRINTER error >/dev/syscon   ; just print message on console window
  176.   PRINTER error
  177.   nil:
  178.   IGNORE                            ; optional command after printing (NET)
  179.   2                                 ; doesn't matter
  180.   11                                ; Identify HP-GL
  181.   225                               ; x_factor (int / 100)
  182.   225                               ; y_factor (int / 100)
  183. #
  184.  
  185.